data-content="prepare("select * from handpickup where (customer = '$row[email_address]' and orders = '$row[order_no]') ") ; $getc->execute() ; $rw = $getc->fetch(pdo::FETCH_ASSOC) ; $st = $rw['station'] ; $sel = $DB_con->prepare("select * from pickup where sn = $st") ; $sel->execute() ; $rws = $sel->fetch(pdo::FETCH_ASSOC) ; $station = $rws['address']."-".$rws['city']."-".$rws['lga']."-".$rws['states'] ; echo "PickUp Station is"."--". $station ; ?>">